Overloads Sub Comment( _ ByVal tagname As System.String, _ ByVal time As System.Date, _ ByVal username As System.String, _ ByVal datatypeHint As System.String, _ ByVal data() As System.Byte _ )
void Comment( System.string tagname, System.DateTime time, System.string username, System.string datatypeHint, System.byte[] data )
void Comment( System.String^ tagname, System.DateTime time, System.String^ username, System.String^ datatypeHint, System.array<byte>^ data )
Parameters
- tagname
- A tag name.
- time
- Time of comment.
- username
- Username to record with comment.
- datatypeHint
- String describing the type of comment data.
- data
- Actual comment data to apply.